

/* BANNER、通知公告、搜索开始 */
.banner_notice_search{
	overflow: hidden;
	width: 100%;
	height: 390px;
}
.banner_wrap{
	width: 100%;
	height: 390px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	min-width: 1172px;
}
.banner_wrap.banner{
	width: 100%;
	height: 390px;
	position: relative;
}
.banner_wrap .banner ul li{
	float: left;
	height: 380px;
}
.banner_wrap .banner ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.banner_wrap a.left_button{
	display: block;
	height: 100px;
	width: 39px;
	position: absolute;
	top: 212.5px;
	background: url(../../images/vtcrm/left.png);
	left: 30px;
	background-size: 39px 100px;
}
.banner_wrap a.right_button{
	display: block;
	height: 100px;
	width: 39px;
	position: absolute;
	top: 212.5px;
	background: url(../../images/vtcrm/right.png);
	right: 30px;
	background-size: 39px 100px;
}


.banner{
	position: relative;
	text-align: center;
}

.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	*left: auto;
	*right: auto;
}
.banner .dots li {
	display: inline-block;
	*float: left;
	width: 12px;
	height: 12px;
	margin: 0 8px;

	text-indent: -999em;

	border: 2px solid #fff;
	border-radius: 13px;

	cursor: pointer;
	opacity: .4;

	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #fff;
	opacity: 1;
}

.index_content{
	margin: 0px auto;
	width: 1172px;
	overflow: hidden;
	/* height: 336px; */
	margin-top: 5px;
	margin-bottom: 15px;
}
.index_content .indexl_col{
	width: 360px;
	/* height: 336px; */
	word-wrap:break-word;
	line-height:19.8px;
	float: left;
	margin: 15px;
}
.index_content .index_left{
	border-top: #FF9900 solid 2px;
}
.index_content .index_center{
	border-top: #0064CD solid 2px;
}
.index_content .index_right{
	border-top: #002bcd solid 2px;
}
.index_content .index_cont{
	height: 200px;
	width: 360px;
	position: relative;
    cursor: pointer;
}
.index_content .index_title{
	font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
}
.index_content .index_left .index_title{
    color: #ff9900;
}
.index_content .index_center .index_title{
    color: #0064CD;
}
.index_content .index_right .index_title{
    color: #002bcd;
}
.index_content .index_more{
	height: 25px;
    width: 25px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.index_content .index_left .index_more{
    background-color: #ff9900;
}
.index_content .index_center .index_more{
    background-color: #0064CD;
}
.index_content .index_right .index_cont{
    background-color: #F1F1F1;
    font-size: 14px;
    height: 190px;
}
.index_content .index_right ul{
    padding-top: 10px;
}

.index_content .index_right ul li{
	list-style: none;
	margin-left: 15px;
	line-height: 30px;
}
.index_content .index_right a{
	background: url("/statics/images/circle.png") no-repeat 0px 6px;
	padding-left: 25px;
    width: 220px;
    height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: block;
	float: left;
}
.index_content .index_right span{
	float: right;
	margin-right: 10px;
	color: #969696;
}
.index_content .index_new{
    font-size: 14px;
}
.index_content .index_new ul li{
	list-style: none;
	line-height: 30px;
}
.index_content .index_new a{
	background: url("/statics/images/circle.png") no-repeat 0px 6px;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: block;
	float: left;
    height: 30px;
}
.index_content .index_new img{
	width: 80px;
	height: 80px;
	float: left;
}
.index_content .index_new .new_top a{
	width: 170px;
}
.index_content .index_new .new_bottom a{
	width: 250px;
}
.index_content .index_new span{
	color: #969696;
	margin-left:5px;
}

.index_content .index_about{
	height: 180px;
	width: 360px;
	position: relative;
    cursor: pointer;
}
.index_content .index_about .index_cont{
	width: 360px;
	height: 145px;
    overflow: hidden;
	float: left;
	line-height: 24px;
}
.index_content .index_about .index_more{
    background-color: #ccc;
    right: 10px;
}
.index_content .index_contact .index_cont{
    cursor: default;
    background-color: #F1F1F1;
    padding: 10px;
    overflow: hidden;
	height: 120px;
	width: 340px;
}